Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1TreeDataCollection<T> Class / GetChildren Method

In This Topic
    GetChildren Method (C1TreeDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetChildren( _
       ByVal index As Integer _
    ) As IDataCollection(Of T)
    public IDataCollection<T> GetChildren( 
       int index
    )

    Parameters

    index
    See Also